home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Prog
/
U-Z
/
Vim 3.0.sit
/
vim
/
everything else
/
macros
/
center
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
undefined
UTF-8
Wrap
Text File
|
1994-10-14
|
169 b
|
4 lines
|
[
TEXT/VIM!
]
"This macro centers a line in an 80 character space.
"Careful: lines longer than 80 characters will be truncated
map ;ce :s/^[ ]*//
$ma81a |D`alld0:s/ / /g
$p
k$x